home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTLogWindow.dfm / AHMTLogWindow.txt next >
Encoding:
Text File  |  1998-06-28  |  2.7 KB  |  127 lines

  1. object AHMLogWindowForm: TAHMLogWindowForm
  2.   Left = 325
  3.   Top = 222
  4.   Width = 378
  5.   Height = 280
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RichEdit1: TRichEdit
  17.     Left = 0
  18.     Top = 0
  19.     Width = 370
  20.     Height = 234
  21.     Align = alClient
  22.     HideSelection = False
  23.     HideScrollBars = False
  24.     PlainText = True
  25.     ScrollBars = ssBoth
  26.     TabOrder = 0
  27.     WantTabs = True
  28.   end
  29.   object MainMenu1: TMainMenu
  30.     Left = 56
  31.     object File1: TMenuItem
  32.       Caption = '&File'
  33.       GroupIndex = 1
  34.       ShortCut = 0
  35.       object New1: TMenuItem
  36.         Caption = '&New'
  37.         ShortCut = 0
  38.         OnClick = New1Click
  39.       end
  40.       object Open1: TMenuItem
  41.         Caption = '&Open..'
  42.         ShortCut = 0
  43.         OnClick = Open1Click
  44.       end
  45.       object Save1: TMenuItem
  46.         Caption = '&Save...'
  47.         ShortCut = 0
  48.         OnClick = Save1Click
  49.       end
  50.       object N1: TMenuItem
  51.         Caption = '-'
  52.         ShortCut = 0
  53.       end
  54.       object Print1: TMenuItem
  55.         Caption = '&Print...'
  56.         ShortCut = 0
  57.         OnClick = Print1Click
  58.       end
  59.       object N2: TMenuItem
  60.         Caption = '-'
  61.         ShortCut = 0
  62.       end
  63.       object Exit1: TMenuItem
  64.         Caption = 'E&xit'
  65.         ShortCut = 0
  66.         OnClick = Exit1Click
  67.       end
  68.     end
  69.     object Edit1: TMenuItem
  70.       Caption = '&Options'
  71.       GroupIndex = 2
  72.       ShortCut = 0
  73.       object WordWrap1: TMenuItem
  74.         Caption = '&Word Wrap'
  75.         ShortCut = 0
  76.         OnClick = WordWrap1Click
  77.       end
  78.       object N3: TMenuItem
  79.         Caption = '-'
  80.         ShortCut = 0
  81.       end
  82.       object Font1: TMenuItem
  83.         Caption = '&Fonts...'
  84.         ShortCut = 0
  85.         OnClick = Font1Click
  86.       end
  87.       object Background1: TMenuItem
  88.         Caption = 'Background...'
  89.         ShortCut = 0
  90.         OnClick = Background1Click
  91.       end
  92.     end
  93.   end
  94.   object PrintDialog1: TPrintDialog
  95.     Options = [poPageNums]
  96.     Left = 88
  97.   end
  98.   object OpenDialog1: TOpenDialog
  99.     FileEditStyle = fsEdit
  100.     Filter = 'All Files|*.*'
  101.     Title = 'Open'
  102.     Left = 120
  103.   end
  104.   object SaveDialog1: TSaveDialog
  105.     FileEditStyle = fsEdit
  106.     Filter = 'All Files|*.*'
  107.     Options = [ofPathMustExist]
  108.     Title = 'Save'
  109.     Left = 152
  110.   end
  111.   object FontDialog1: TFontDialog
  112.     Font.Color = clWindowText
  113.     Font.Height = -13
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     Device = fdBoth
  117.     MinFontSize = 0
  118.     MaxFontSize = 0
  119.     Left = 216
  120.   end
  121.   object ColorDialog1: TColorDialog
  122.     Ctl3D = True
  123.     Options = [cdSolidColor]
  124.     Left = 184
  125.   end
  126. end
  127.